home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).adf / SiliCon / s / setram < prev    next >
Text File  |  1989-01-18  |  178b  |  9 lines

  1. echo "copying commands to RAM:C"
  2. if not exists ram:c
  3.   makedir ram:c
  4.   path add ram:c
  5.   endif
  6. copy c:(run|assign|cd|list|dir|copy) to ram:c
  7. copy c:(x|path|type|NewCLI) to ram:c
  8.  
  9.